Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save xpf data in png chunk #166

Merged
merged 2 commits into from
Jun 13, 2020
Merged

Save xpf data in png chunk #166

merged 2 commits into from
Jun 13, 2020

Conversation

kanurag94
Copy link
Member

Type : Enhancement
Fixes #128

Changes:
Added option to 'Open Image' under File menu.T
This option allows to save & open PNG without XPF data.

@kanurag94 kanurag94 self-assigned this Jun 12, 2020
@kanurag94 kanurag94 requested a review from kovzol June 12, 2020 19:06
@kovzol kovzol merged commit 7db4ab3 into xaos-project:master Jun 13, 2020
@kovzol
Copy link
Contributor

kovzol commented Jun 13, 2020

Very nice improvement, thanks! Please show an error message if the loaded image does not contain any xpf data. Is the hidden temp file working also on non-Unix systems?

@kanurag94
Copy link
Member Author

Yes this works in non unix systems as well.

Please show an error message if the loaded image does not contain any xpf data.
Done.

@kovzol
Copy link
Contributor

kovzol commented Jun 13, 2020

It seems to me that the error message is shown for a very short time. Can this be improved?

@kanurag94
Copy link
Member Author

This is being handled by xaos timer library. Currently they are visible for same time as other error messages.
We can change the timers esp. EXPIRETIME macro

@kovzol
Copy link
Contributor

kovzol commented Jun 13, 2020

OK, great. Can it be risky to increase EXPIRETIME? Does it have a negative effect somewhere else?

@kanurag94
Copy link
Member Author

Setting it from 4000000 to 5000000 looks better without negative effects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Save xpf data in png chunk
2 participants